var runtime.startingStackSize
7 uses
runtime (current package)
metrics.go#L334: out.scalar = uint64(startingStackSize)
proc.go#L4631: if stksize != uintptr(startingStackSize) {
proc.go#L4693: if gp.stack.lo != 0 && gp.stack.hi-gp.stack.lo != uintptr(startingStackSize) {
proc.go#L4707: gp.stack = stackalloc(startingStackSize)
stack.go#L1307: var startingStackSize uint32 = fixedStack
stack.go#L1333: startingStackSize = fixedStack
stack.go#L1346: startingStackSize = uint32(round2(int32(avg)))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |